gix-merge 0.1.0

A crate of the gitoxide project implementing merge algorithms
Documentation
Provide facilities to merge *blobs*, *trees* and *commits*. * [blob-merges](blob) look at file content. * [tree-merges](mod@tree) look at trees and merge them structurally, triggering blob-merges as needed. * [commit-merges](mod@commit) are like tree merges, but compute or create the merge-base on the fly.